func go.opentelemetry.io/otel/attribute.hashValue

4 uses

	go.opentelemetry.io/otel/attribute (current package)
		hash.go#L47: 	return hashValue(h, kv.Value)
		hash.go#L50: func hashValue(h xxhash.Hash, v Value) xxhash.Hash {
		hash.go#L110: 				h = hashValue(h, rv.Index(i).Interface().(Value))
		hash.go#L127: 		h = hashValue(h, v)